home *** CD-ROM | disk | FTP | other *** search
- MiscSwapContentsController = {
- ACTIONS = {"ok:" = "ok:"; "revert:" = "revert:"; };
- OUTLETS = {swapView = swapView; trigger = trigger; view = view; };
- SUPERCLASS = Object;
- };
- MiscSwapView = {
- ACTIONS = {
- "addController:" = "addController:";
- "removeController:" = "removeController:";
- "swapContentView:" = "swapContentView:";
- };
- OUTLETS = {
- contentView = contentView;
- contentViewsHomeView = contentViewsHomeView;
- controllers = controllers;
- currentController = currentController;
- delegate = delegate;
- trigger = trigger;
- };
- SUPERCLASS = View;
- };
- MiscMultiSelInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = MiscDefaultInspector; };
- MiscDefaultInspector = {
- ACTIONS = {};
- OUTLETS = {controllers = controllers; };
- SUPERCLASS = MiscInspector;
- };
- MiscNoSelInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = MiscDefaultInspector; };
- MiscSwapViewByPopUp = {
- ACTIONS = {"swapContentView:" = "swapContentView:"; };
- OUTLETS = {popUpCover = popUpCover; };
- SUPERCLASS = MiscSwapView;
- };
- MiscInspector = {
- ACTIONS = {
- "ok:" = "ok:";
- "revert:" = "revert:";
- "textDidChange:" = "textDidChange:";
- "touch:" = "touch:";
- };
- OUTLETS = {manager = manager; };
- SUPERCLASS = MiscSwapContentsController;
- };
- MiscInspectorManager = {
- ACTIONS = {
- "makeKeyAndOrderFront:" = "makeKeyAndOrderFront:";
- "ok:" = "ok:";
- "revert:" = "revert:";
- "textDidChange:" = "textDidChange:";
- "touch:" = "touch:";
- "viewDidSwap:" = "viewDidSwap:";
- "viewWillSwap:" = "viewWillSwap:";
- };
- OUTLETS = {
- buttonsSuperview = buttonsSuperview;
- inspectors = inspectors;
- multiSelInspector = multiSelInspector;
- noSelInspector = noSelInspector;
- notApplInspector = notApplInspector;
- okButton = okButton;
- revertButton = revertButton;
- selection = selection;
- swapView = swapView;
- window = window;
- };
- SUPERCLASS = Object;
- };
- TreeInspector = {
- ACTIONS = {
- "changeBiegFactor:" = "changeBiegFactor:";
- "changeBorder:" = "changeBorder:";
- "changeLinkKind:" = "changeLinkKind:";
- "changeParentDistance:" = "changeParentDistance:";
- "changeShadow:" = "changeShadow:";
- "changeShadowColor:" = "changeShadowColor:";
- "ok:" = "ok:";
- "revert:" = "revert:";
- };
- OUTLETS = {
- biegFactor = biegFactor;
- border = border;
- linkKind = linkKind;
- parentDistance = parentDistance;
- shadow = shadow;
- shadowColor = shadowColor;
- };
- SUPERCLASS = MiscInspector;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-